Arrays (chapter 9), Search and Sorting (chapter 13)

An array is a single variable that can store more than one value. They are often called subscripted variables.

Read pages 9-1 to 9-2 of the text to familiarise yourself with this type of variable.

Part of 9-2 is done for you. This introduces programming the Userform Initialize event to load an array upon starting the program. You will have to finish it to find the max and min in the array.

9-3

This shows how to use a formula to figure out 9-3

Famous Names example shows how to read form a text file (you will need all three files!)